home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1994 June: Reference Library / Dev.CD Jun 94.toast / Periodicals / develop / develop Issue 11 / develop 11 code / The NetWork Project / Examples (Sources) / SampleTool.README < prev    next >
Encoding:
Text File  |  1992-07-15  |  734 b   |  16 lines  |  [TEXT/MPS ]

  1. SampleTool demonstrates that it is possible to use MPW tools as NetWork tools.
  2. If NetWork Processor is looking for an application, it considers MPW tools as well.
  3.  
  4. MPW tools are easier to debug, if you link them with the SIOW library (or, when
  5. using CreateBuild, specify SIOW as the type, then change the output type to
  6. 'MPS ' later in the makefile). This causes output to be displayed in a window.
  7.  
  8. The NetWork functions are embedded in a filter function that hooks into the
  9. SIOW event handling code. (is that filter active when running as tool?)
  10.  
  11. Note that you must call a read function, otherwise the SIOW library won´t start
  12. handling events. Hopefully, a future version will have other options as well.
  13.  
  14. SIOW is part of MPW 3.2.
  15.  
  16.